var testing.match

5 uses

	testing (current package)
		example.go#L35: 		matched, err := matchString(*match, eg.Name)
		fuzz.go#L475: 	m := newMatcher(deps.MatchString, *match, "-test.run")
		testing.go#L389: 	match = flag.String("test.run", "", "run only tests and examples matching `regexp`")
		testing.go#L418: 	match                *string
		testing.go#L1824: 			ctx := newTestContext(*parallel, newMatcher(matchString, *match, "-test.run"))